/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._more {
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  width: 171px;
  height: 51px;
  transition: .5s;
  color: black;
}
._more:hover {
  background: #e60012;
  color: white;
}
._more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
._more span {
  font-size: 16px;
  margin-right: 10px;
}

.mt {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pt {
  padding-top: 100px;
  padding-bottom: 100px;
}

._title {
  text-align: center;
  margin-bottom: 30px;
}
._title .title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 0;
}
._title .title1 .p1 {
  color: black;
}
._title .title1 .p2 {
  color: #e60012;
}
._title .title2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #999999;
}

.youshi .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.youshi .item {
  background: #f7f7f7;
  position: relative;
  width: 23%;
  padding: 35px;
}
.youshi .item:hover {
  background: #fff2f2;
}
.youshi .item .youshi_bg {
  position: absolute;
  right: 23px;
  bottom: 43px;
  z-index: 1;
}
.youshi .item .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: black;
  margin-top: 40px;
}
.youshi .item .summary {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  color: #666666;
  min-height: 201px;
  padding-bottom: 50px;
  border-bottom: 1px solid gainsboro;
}

.renwu {
  background: url("../images/about.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.renwu .sumamry {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 50px;
  /*height: 400px;
  overflow-y: scroll;*/
}
.renwu .title {
  font-size: 36px;
  font-weight: bold;
}
.renwu .title2 {
  font-size: 24px;
}

.shili {
  margin-bottom: 50px;
  margin-top: 50px;
}
.shili .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.shili .list .item {
  width: 98%;
  margin-bottom: 2%;
  color: white;
  padding: 50px;
  position: relative;
}
.shili .list .item * {
  position: relative;
  z-index: 2;
}
.shili .list .item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
}
.shili .list .item .summary {
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 85%;
  min-height: 170px;
}
.shili .list .item .title {
  font-size: 24px;
  font-weight: bold;
}

.goods_box {
  margin-bottom: 20px;
}
.goods_box .swiper-button-next:after, .goods_box .swiper-button-prev:after {
  display: none;
}
.goods_box .swiper-button-next, .goods_box .swiper-button-prev {
  width: auto;
  height: auto;
}
.goods_box .swiper-container {
  overflow: hidden;
}
.goods_box .swiper-button-prev {
  left: -25px;
}
.goods_box .swiper-button-next {
  right: -23px;
}
.goods_box .goods {
  position: relative;
  margin-bottom: 50px;
}
.goods_box .goods .item {
  text-align: center;
  padding-bottom: 30px;
  width: 95%;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  margin: 5px auto;
}
.goods_box .goods .item:hover ._more2 {
  background: #e60012;
  color: white;
  border: 1px solid #e60012;
}
.goods_box .goods .item:hover .pic img {
  transform: scale(1.1);
}
.goods_box .goods .item .pic {
  background: #cdcdcd;
  padding: 20px;
  overflow: hidden;
}
.goods_box .goods .item .pic img {
  transition: .5s;
}
.goods_box .goods .item .name {
  font-size: 20px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.goods_box .goods .item ._more2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 18px;
  border: 1px solid #b4b4b4;
  padding: 10px 10px;
  width: 150px;
  height: 42px;
  border-radius: 20px;
}
.goods_box .top_title {
  margin-bottom: 30px;
}
.goods_box .top_title .rt_typelist {
  display: flex;
  align-items: center;
}
.goods_box .top_title .rt_typelist .item {
  font-size: 18px;
  border: 1px solid #333333;
  color: #333333;
  padding: 11px 30px;
  margin-left: 20px;
}
.goods_box .top_title .rt_typelist .item:hover {
  background: #e60012;
  color: white;
  border: 1px solid #e60012;
}
.goods_box .top_title .typename h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.goods_box .top_title .typename p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}

.news .list {
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  border: 1px solid #bfbfbf;
  width: 23%;
}
.news .list .item:hover .pic img {
  transform: scale(1.1);
}
.news .list .item:hover .title,
.news .list .item:hover .sumamry {
  color: #e60012;
}
.news .list .item .pic {
  overflow: hidden;
}
.news .list .item .pic img {
  width: 100%;
  transition: .5s;
}
.news .list .item .message {
  padding: 20px;
}
.news .list .item .title {
  font-size: 17px;
}
.news .list .item .addtime {
  font-size: 14px;
  color: black;
}
.news .list .item .sumamry {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  color: #999999;
  padding-bottom: 10px;
}

@media (max-width: 1450px) {
  .youshi .item .name {
    font-size: 20px;
  }

  .youshi .item .summary {
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 31px;
  }

  .youshi .item .name {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 22px;
  }

  .youshi .item {
    width: 23%;
    padding: 26px;
  }
  .youshi .item .pic img {
    width: 70px;
  }

  .renwu .lf {
    max-width: 50%;
  }

  .renwu .title {
    font-size: 29px;
  }

  .renwu .sumamry {
    margin-bottom: 23px;
    font-size: 16px;
  }

  .pt {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shili .list .item .summary {
    font-size: 16px;
    width: 100%;
    margin-top: 21px;
    margin-bottom: 29px;
    min-height: 224px;
  }

  ._more {
    height: 40px;
  }

  .goods_box .top_title .typename h3 {
    font-size: 28px;
  }

  .goods_box .top_title .typename p {
    font-size: 16px;
  }

  .goods_box .top_title .rt_typelist .item {
    font-size: 16px;
    padding: 9px 24px;
  }

  .goods_box .goods .item .name {
    font-size: 16px;
  }

  .goods_box .goods .item ._more2 {
    font-size: 14px;
  }

  .goods_box .goods .item ._more2 {
    font-size: 14px;
    padding: 10px 13px;
    width: 119px;
    height: 35px;
  }

  .mt {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  ._title .title1 {
    font-size: 30px;
  }

  .news .list .item .title {
    font-size: 16px;
  }

  .news .list .item .sumamry {
    font-size: 14px;
    line-height: 24px;
  }

  .news .list .item .message {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .shili .list .item .summary {
    min-height: auto;
  }

  .youshi .item {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
  }

  .youshi .list {
    display: block;
  }

  .youshi .item .name {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 17px;
  }

  .youshi .item .summary {
    font-size: 14px;
  }

  .youshi .item .summary {
    min-height: auto;
  }

  .renwu {
    background: url("../images/about_bg2.jpg") no-repeat center !important;
    background-size: cover !important;
  }

  .renwu .lf {
    max-width: 100%;
    width: 100%;
  }

  .renwu .sumamry {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
  }

  .renwu .title {
    font-size: 27px;
  }

  .shili .list {
    display: block;
  }

  .shili .list .item {
    width: 100%;
    margin-bottom: 25px;
    padding: 27px;
  }

  .shili .list .item .title {
    font-size: 23px;
  }

  .goods_box .top_title .typename h3 {
    font-size: 25px;
  }

  .goods_box .top_title .rt_typelist {
    display: grid;
    float: none;
    grid-template-columns: repeat(2, 1fr);
  }

  .goods_box .top_title .typename {
    float: none;
  }

  .goods_box .top_title .rt_typelist .item {
    margin-left: 0;
    margin: 0 auto;
    width: 95%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
  }

  .goods_box .swiper-button-next {
    right: 0;
  }
  .goods_box .swiper-button-next img {
    width: 11px;
  }

  .goods_box .swiper-button-prev {
    left: 0px;
  }
  .goods_box .swiper-button-prev img {
    width: 11px;
  }

  .goods_box .goods .item {
    padding-bottom: 20px;
  }

  .goods_box .goods .item ._more2 {
    font-size: 12px;
    padding: 2px 13px;
    width: 119px;
    height: 29px;
  }

  ._title .title1 {
    font-size: 24px;
  }

  .news .list {
    display: block;
  }

  .news .list .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .banner.owl-theme .owl-controls {
    bottom: -29px;
  }
  .banner.owl-theme .owl-controls .owl-page.active span, .banner.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e60012;
  }

  .youshi .item {
    width: 95%;
    text-align: center;
  }
  .youshi .item .jiantou {
    float: right;
  }

  .youshi .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .youshi .item .summary {
    height: 123px;
    padding-bottom: 0;
  }

  .youshi .item .pic img {
    margin: 0 auto;
  }

  .youshi {
    margin-top: 47px;
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=index.css.map */
